Skip to content

fix: Don't show other users' projects in event specific user submissi… #46

fix: Don't show other users' projects in event specific user submissi…

fix: Don't show other users' projects in event specific user submissi… #46

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: SSH Remote Commands
uses: appleboy/ssh-action@v1.2.2
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
key: ${{ secrets.SSH_KEY }}
script: sh ./update_backend.sh