Skip to content

Commit

Permalink
fix: typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal-techie committed Aug 12, 2024
1 parent 338cdf4 commit 86b3d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
ssh -o StrictHostKeyChecking=no -i private_key ${USER}@${HOST} '
cd xsports &&
docker-compose pull &&
docker-compose up -d &&
docker compose pull &&
docker compose up -d &&
docker image prune -f &&
if [$? -eq 0]; then
echo "Deployement successfull"
Expand Down

0 comments on commit 86b3d97

Please sign in to comment.