Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
try43
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent d4761c9 commit 7ca2969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
RESQ_PASSPHRASE: ${{ secrets.RESQ_PASSPHRASE }}
run: |
cd ./resq/backend/resq/
gpg --quiet --batch --yes --decrypt --passphrase="$RESQ_PASSPHRASE" --output --verbose project_env_prod.tar.gz project_env_prod.tar.gz.gpg
gpg --quiet --batch --yes --verbose --decrypt --passphrase="$RESQ_PASSPHRASE" --output project_env_prod.tar.gz project_env_prod.tar.gz.gpg
tar xzvf project_env_prod.tar.gz
- name: Set up Docker
Expand Down

0 comments on commit 7ca2969

Please sign in to comment.