File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 66
66
platforms : linux/amd64,linux/arm64
67
67
tags : ${{ steps.meta.outputs.tags }}
68
68
labels : ${{ steps.meta.outputs.labels }}
69
- build-args : VERSION=${{ github.sha }}
70
-
71
- - name : Redeploy site
72
- if : github.event_name == 'push' && github.ref == 'refs/heads/main'
73
- run : |
74
- sleep 10 # Wait for Docker Hub to fully publish
75
-
76
- # Trigger a container redeploy:
77
- curl "https://app.hidora.com/1.0/environment/control/rest/redeploycontainersbygroup?session=$HIDORA_API_TOKEN&envName=$ENV_NAME&nodeGroup=cp&tag=prod&useExistingVolumes=true" | \
78
- tee /dev/stderr | \
79
- grep -q 'Node has been successfully updated'
80
- env :
81
- HIDORA_API_TOKEN : ${{ secrets.HIDORA_API_TOKEN }}
82
- ENV_NAME : ${{ vars.HIDORA_ENV_NAME }}
69
+ build-args : VERSION=${{ github.sha }}
You can’t perform that action at this time.
0 commit comments