Skip to content

Commit

Permalink
We need to add policy to not allow pushing to main after 22:00
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMurg authored Mar 28, 2024
1 parent 6d0220f commit 80b8fdd
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:
git pull origin master
# Use Docker Compose to rebuild and restart the container with the new image
EXPOSED_PORT=${EXPOSED_PORT} docker-compose up -d --build
EXPOSED_PORT=${EXPOSED_PORT} docker compose up -d --build
EOF

0 comments on commit 80b8fdd

Please sign in to comment.