We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a71a55 commit 3111851Copy full SHA for 3111851
.github/workflows/aws.yml
@@ -20,6 +20,6 @@ jobs:
20
username: ${{ secrets.EC2_USERNAME }}
21
key: ${{ secrets.SSH_PRIVATE_KEY }}
22
script: |
23
- sudo cd /var/www/html/dev
+ cd /var/www/html/dev
24
git pull origin main
25
# Add any additional deployment commands here
0 commit comments