.gitea/workflows/deploy.yml aktualisiert
Some checks are pending
We-Assets Bereitstellung / Bereitstellung (push) Waiting to run
Some checks are pending
We-Assets Bereitstellung / Bereitstellung (push) Waiting to run
This commit is contained in:
parent
be7a857d5a
commit
42c8612a6a
@ -1,12 +1,12 @@
|
|||||||
name: deploy-web-assets
|
name: We-Assets Bereitstellung
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
name: Bereitstellung
|
||||||
if: gitea.repository == 'gcg/web-assets'
|
if: gitea.repository == 'gcg/web-assets'
|
||||||
runs-on: act-runner-user
|
runs-on: act-runner-user
|
||||||
steps:
|
steps:
|
||||||
@ -24,4 +24,4 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||||
token: ${{ secrets.TG_TOKEN }}
|
token: ${{ secrets.TG_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user