Skip to content

Commit

Permalink
#446 Add GitHub Actions workflow for deployment2, updated filepath.
Browse files Browse the repository at this point in the history
  • Loading branch information
alitpc25 committed Nov 25, 2023
1 parent cb4a099 commit f5450cf
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 @@ -16,11 +16,11 @@ jobs:
- name: Set up Docker
uses: actions/setup-docker@v2
with:
dockerfile: ./bounswe2023group1/resq/backend/resq/Dockerfile.remote
dockerfile: ../../resq/backend/resq/Dockerfile.remote

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

0 comments on commit f5450cf

Please sign in to comment.