Test workflow
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 7s
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 7s
This commit is contained in:
@ -28,3 +28,6 @@ jobs:
|
||||
cd ${{ gitea.workspace }}
|
||||
docker build -f Dockerfile -t git.rtj.dev/roland/rtj.dev:0.0.1 .
|
||||
docker push git.rtj.dev/roland/rtj.dev:0.0.1
|
||||
- name: Signal Restart
|
||||
run: |
|
||||
curl -X POST -H "Authorization: Bearer ${{ secrets.API_KEY }}" ${{ secrets.ENDPOINT }}
|
||||
|
Reference in New Issue
Block a user