Skip to content

Commit

Permalink
fix(action): moving to project directory in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
lordgrim18 committed Jul 10, 2024
1 parent 8a5b224 commit 2fdc46e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CD_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:

- name: Move to the directory containing the Dockerfile
run: |
cd ~
cd ..
cd ..
cd ..
cd ./app/Key-Ring
- name: Update git branch
Expand Down

0 comments on commit 2fdc46e

Please sign in to comment.