Skip to content

Commit

Permalink
Keep on forgetting we use docker compose without the dash
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMurg authored Mar 29, 2024
1 parent 06dfc3a commit a91b4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-vps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
echo "EXPOSED_PORT=\${EXPOSED_PORT}" > .env
git reset --hard HEAD
git pull origin master
docker-compose up -d --build
docker compose up -d --build
EOF

0 comments on commit a91b4e4

Please sign in to comment.