Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda committed Mar 14, 2024
1 parent e55efa6 commit 6253960
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 @@ -22,7 +22,7 @@ jobs:
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} '
chmod -R 755 /home/ec2-user/Apollo3
chmod 755 /home/ec2-user/Apollo3/docker-compose.yml
chmod 755 /home/ec2-user/Apollo3/compose.yml
cd ~/Apollo3
sudo docker compose down
sudo docker compose pull
Expand Down

0 comments on commit 6253960

Please sign in to comment.