We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a6124 commit 4430934Copy full SHA for 4430934
1 file changed
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
key: ${{ secrets.SERVER_SSH_KEY }}
45
script: |
46
# Replace this path with the actual path to your project on the server
47
- cd /home/ubuntu/learningAPI
+ cd /home/ubuntu/kyc-extraction-api-python-aws-postgresql
48
git pull origin ${{ github.ref_name }}
49
docker-compose down
50
docker-compose up -d --build
0 commit comments