Skip to content

Commit

Permalink
Merge pull request #48 from lordgrim18/build
Browse files Browse the repository at this point in the history
fix(action): moving to project directory in prod
  • Loading branch information
lordgrim18 authored Jul 10, 2024
2 parents ebf94c8 + 2fdc46e commit 4a6ccb4
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 4a6ccb4

Please sign in to comment.