Skip to content

Commit

Permalink
Merge branch 'main' into backend-ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
haliskunduz committed Nov 12, 2023
2 parents bc9ba8b + cb011da commit 76c2e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: |
echo "$PRIVATE_KEY" > private_key.pem
chmod 600 private_key.pem
ssh -o StrictHostKeyChecking=no -i private_key.pem [email protected] 'updateswe'
ssh -o StrictHostKeyChecking=no -i private_key.pem [email protected] 'bash /home/ubuntu/scripts/updateswe'

0 comments on commit 76c2e4b

Please sign in to comment.