Skip to content

Commit

Permalink
[meta] Remove aaaaaaah deploy ping
Browse files Browse the repository at this point in the history
Due to infrastructure changes this is no longer handled by watchtower
and the ping is no longer necessary for updates.
  • Loading branch information
I-Al-Istannen committed Dec 17, 2024
1 parent 574232f commit d7961a5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,3 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:latest
docker push $IMAGE_ID:latest
# Deploy main branch to velcom.aaaaaaah.de
deploy-aaaaaaah:
# Ensure build job passes before pushing image.
needs: [push-docker-image]

runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v2
- name: "Call deploy script"
run: 'curl -H "Authorization: Bearer ${{ secrets.AAAAAAAH_PING_TOKEN }}" ${{ secrets.AAAAAAAH_PING_ENDPOINT }} || echo "We only need the ping, not the response."'

0 comments on commit d7961a5

Please sign in to comment.