Skip to content

Commit 1978aa4

Browse files
committed
fix(ci): target to multi_container_app dir
1 parent ba59360 commit 1978aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/multi_container_application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
username: ${{ secrets.SERVER_USER }}
7373
key: ${{ secrets.SSH_PRIVATE_KEY }}
7474
script: |
75-
cd ~/todo-app
75+
cd ~/todo-app/multi_container_application
7676
7777
# Login to GHCR
7878
echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin

multi_container_application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ server {
212212
213213
location / {
214214
proxy_pass http://api:3000;
215-
# Headers for proper proxying
215+
# Headers for proper proxying
216216
}
217217
}
218218
```

0 commit comments

Comments
 (0)