Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
run ls and find src to see where am i
  • Loading branch information
alitpc25 authored Nov 25, 2023
1 parent e4bdaf5 commit 83276c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Decrypt and Extract project_env_prod
run: |
ls
find src
cd bounswe2023group1/resq/backend/resq/
gpg --quiet --batch --yes --decrypt --passphrase="$RESQ_PASSPHRASE" --output project_env_prod.tar.gz project_env_prod.tar.gz.gpg
tar xzvf project_env_prod.tar.gz -C project_env_prod
Expand Down

0 comments on commit 83276c3

Please sign in to comment.