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 da5b61e commit 836702eCopy full SHA for 836702e
.github/workflows/aws.yml
@@ -20,6 +20,6 @@ jobs:
20
username: ${{ secrets.EC2_USERNAME }}
21
key: ${{ secrets.SSH_PRIVATE_KEY }}
22
script: |
23
- cd /home/ubuntu/devnamdev2003.github.io
+ cd /home/ubuntu/project/dev_portfolio
24
git pull origin main
25
# Add any additional deployment commands here
0 commit comments