Skip to content

Commit 026d400

Browse files
authored
Update cd-application.yaml
1 parent 7a5f8ff commit 026d400

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cd-application.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
port: ${{ secrets.PORT }}
2525

2626
script: |
27-
cd ~/full-stack_gitops
27+
ls
28+
cd ~/stack_gitops
2829
git pull origin deployment
2930
cd application/
3031
echo "${{ secrets.DOCKER_ENV_FILE }}" > .env

0 commit comments

Comments
 (0)