Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Updated the directory for project_env_prod.tar.gz
  • Loading branch information
alitpc25 authored Nov 25, 2023
1 parent 1bcbd59 commit f1da7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Decrypt and Extract project_env_prod
run: |
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
gpg --quiet --batch --yes --decrypt --passphrase="$RESQ_PASSPHRASE" --output ../../resq/backend/resq/project_env_prod.tar.gz ../../resq/backend/resq/project_env_prod.tar.gz.gpg
tar xzvf ../../resq/backend/resq/project_env_prod.tar.gz
env:
RESQ_PASSPHRASE: ${{ secrets.RESQ_PASSPHRASE }}

Expand Down

0 comments on commit f1da7a0

Please sign in to comment.