Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
I learnt where am i and fixed for the first part probably
  • Loading branch information
alitpc25 authored Nov 25, 2023
1 parent 83276c3 commit 126bb3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:

- name: Decrypt and Extract project_env_prod
run: |
ls
find src
cd bounswe2023group1/resq/backend/resq/
cd ./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
env:
Expand All @@ -30,6 +28,7 @@ jobs:

- name: Build and Push Docker Image
run: |
ls
cd bounswe2023group1/resq/backend/resq/
docker build -t alitpc2525/resq:latest -f Dockerfile.remote .
docker login -u alitpc2525 -p ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 126bb3a

Please sign in to comment.