Skip to content

Commit

Permalink
DEAR-71 test
Browse files Browse the repository at this point in the history
  • Loading branch information
smuefsmuef committed Jul 19, 2024
1 parent 9352f88 commit 7957daf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
run: |
REPO_NAME=ghcr.io/${{ github.repository_owner }}/dear-dev-frontend
LOWER_REPO_NAME=$(echo $REPO_NAME | tr '[A-Z]' '[a-z]')
DATE_TAG=$(date +%Y%m%d)
docker build --build-arg SECRET_KEY_NEXT_AUTH=${{ secrets.SECRET_KEY_NEXT_AUTH }} -t $LOWER_REPO_NAME:latest .
docker push $LOWER_REPO_NAME:latest
Expand Down Expand Up @@ -95,7 +94,7 @@ jobs:
docker-compose stop frontend nginx &&
docker-compose rm frontend nginx &&
docker pull ghcr.io/24FSIIT16/dear-dev-frontend:latest
docker-compose up frontend nginx -d'
docker-compose up -d frontend nginx '
EOF
- name: cleanup
Expand Down

0 comments on commit 7957daf

Please sign in to comment.