Skip to content

Commit 4430934

Browse files
committed
fixed paths on ec2
1 parent 70a6124 commit 4430934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
key: ${{ secrets.SERVER_SSH_KEY }}
4545
script: |
4646
# Replace this path with the actual path to your project on the server
47-
cd /home/ubuntu/learningAPI
47+
cd /home/ubuntu/kyc-extraction-api-python-aws-postgresql
4848
git pull origin ${{ github.ref_name }}
4949
docker-compose down
5050
docker-compose up -d --build

0 commit comments

Comments
 (0)