Skip to content

Commit

Permalink
Merge pull request #46 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 ab1c58a + 8a5b224 commit ebf94c8
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 @@ -31,7 +31,9 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

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

0 comments on commit ebf94c8

Please sign in to comment.