Skip to content

add question to contest and create contest completed #12

add question to contest and create contest completed

add question to contest and create contest completed #12

Workflow file for this run

name: Deploy to EC2
on:
push:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to EC2
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.EC2_HOST }}
username: ubuntu
key: ${{ secrets.EC2_SSH_KEY }}
script: |
cd ~/app/golang-bdcoe-portal
git pull origin master
docker-compose down
docker-compose up -d --build