Skip to content

Commit

Permalink
ci(server): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Semro committed Oct 20, 2024
1 parent b2b0246 commit d7ff863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
BACKEND_IMAGE: ${{ secrets.DOCKER_HUB_USERNAME }}/syncwatch-backend${{ inputs.vm-name }}:${{ github.sha }}
NGINX_IMAGE: ${{ secrets.DOCKER_HUB_USERNAME }}/syncwatch-nginx{{ inputs.vm-name }}:${{ github.sha }}
NGINX_IMAGE: ${{ secrets.DOCKER_HUB_USERNAME }}/syncwatch-nginx${{ inputs.vm-name }}:${{ github.sha }}

jobs:
build-backend:
Expand Down

0 comments on commit d7ff863

Please sign in to comment.