Skip to content

Commit 710117c

Browse files
committed
Drop defunct Hidora deployment step
1 parent c38354f commit 710117c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,4 @@ jobs:
6666
platforms: linux/amd64,linux/arm64
6767
tags: ${{ steps.meta.outputs.tags }}
6868
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 }}

0 commit comments

Comments
 (0)