Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard committed Jun 11, 2024
2 parents ed0044f + f66ed32 commit 45cc633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Build and push server image
run: |
docker build -t $REGISTRY/${{ secrets.DOCKERHUB_USERNAME }}/$SERVER_IMAGE_NAME -f server/Dockerfile.production server/
docker push $REGISTRY/$SERVER_IMAGE_NAME
docker push $REGISTRY/${{ secrets.DOCKERHUB_USERNAME }}/$SERVER_IMAGE_NAME
- name: Build and push client image
run: |
cd client
docker build -t $REGISTRY/${{ secrets.DOCKERHUB_USERNAME }}/$CLIENT_IMAGE_NAME -f client/Dockerfile.production client/
docker push $REGISTRY/$CLIENT_IMAGE_NAME
docker push $REGISTRY/${{ secrets.DOCKERHUB_USERNAME }}/$CLIENT_IMAGE_NAME
deploy:
needs: publish
Expand Down

0 comments on commit 45cc633

Please sign in to comment.