Skip to content

Commit 6323bf8

Browse files
committed
update deploy
1 parent a614b61 commit 6323bf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ jobs:
1111
- name: Checkout private repo
1212
uses: actions/checkout@v4
1313
with:
14-
repository: your-username/private-repo-name
14+
repository: lindenes/configurations
1515
token: ${{ secrets.ACCESS_TOKEN }}
1616
path: configuration
1717

1818
- name: checkout config file
1919
run: |
20+
ls ${{ github.workspace }}
21+
ls configuration/
2022
mv configuration/samurai-face-app/config.yaml .
2123
2224
- name: Login to Docker Hub

0 commit comments

Comments
 (0)