Skip to content

Commit

Permalink
improve deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 authored Mar 4, 2024
1 parent 7390449 commit dec5194
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ jobs:
tags: |
ghcr.io/langaracpsc/langaracourseplanner:latest
deployment:
needs: docker
runs-on: ubuntu-latest
steps:
- name: Deploy docker package on LCSC server
uses: fjogeleit/http-request-action@v1
with:
url: 'https://watchtower.langaracs.tech/v1/update'
method: 'GET'
bearerToken: ${{ secrets.WATCHTOWER_HTTP_API_TOKEN }}
timeout: 20000

0 comments on commit dec5194

Please sign in to comment.