Skip to content

Commit

Permalink
Development (#76)
Browse files Browse the repository at this point in the history
* fix name of workflow

* ensure dev deploy always matches dev
  • Loading branch information
SyniRon authored Nov 28, 2024
1 parent 2c9d7de commit 0c79b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no [email protected] << 'EOF'
cd /etc/compose/apps-beta/adr
git pull origin development
git fetch origin
git reset --hard origin/development
cd /etc/compose/apps-beta/
docker compose down
docker compose up -d
Expand Down

0 comments on commit 0c79b2f

Please sign in to comment.