Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqpk authored Sep 17, 2024
1 parent 4621d92 commit 0efb7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Ensure necessary directories exist on the VPS
echo "Creating necessary directories on the VPS..."
mkdir -p /home/${{ secrets.VPS_USERNAME }}/app /etc/nginx
sudo mkdir -p /home/${{ secrets.VPS_USERNAME }}/app /etc/nginx
# Copy docker-compose.yml to VPS
echo "Copying docker-compose.yml to VPS..."
Expand Down

0 comments on commit 0efb7b0

Please sign in to comment.