Skip to content

Commit

Permalink
removed cloud deploy from workflow
Browse files Browse the repository at this point in the history
that server is long dead :(
  • Loading branch information
JesseStorms committed Nov 11, 2023
1 parent b860fa0 commit 64b26f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{secrets.DOCKER_USER}}/docker_modmailbot:latest
- name: Docker push
run: docker push ${{secrets.DOCKER_USER}}/docker_modmailbot
- name: Update local deployment
run: curl -X POST ${{secrets.CLOUD_DEPLOY}}
run: docker push ${{secrets.DOCKER_USER}}/docker_modmailbot

0 comments on commit 64b26f1

Please sign in to comment.