File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
4848 GHCR_REPO=$(echo '${{ github.event.repository.name }}' | tr '[:upper:]' '[:lower:]')
4949 GHCR_TAG=$(
5050 if [[ -n "${{ github.event.inputs.image }}" ]]; then
51- echo "${{ github.event.inputs.image }}"
51+ echo "${{ github.event.inputs.image }}"
5252 elif [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
53- echo "${{ github.sha }}"
53+ echo "${{ github.sha }}"
5454 else
55- echo "dev-${{ github.sha }}"
55+ echo "dev-${{ github.sha }}"
5656 fi
5757 )
5858 DB_USERNAME=${{ secrets.DB_USERNAME }}
8484 key : ${{ secrets.SERVER_SSH_KEY }}
8585 script : |
8686 cd ~/srv/app
87- docker compose -f docker-compose.prod.deploy.yml --env-file .env pull
88- docker compose -f docker-compose.prod.deploy.yml --env-file .env up -d
87+ docker compose -f docker-compose.prod.deploy.yml pull
88+ docker compose -f docker-compose.prod.deploy.yml up -d
You can’t perform that action at this time.
0 commit comments