.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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Bereitstellung
|
||||
if: gitea.repository == 'gcg/web-assets'
|
||||
runs-on: act-runner-user
|
||||
steps:
|
||||
@ -24,4 +24,4 @@ jobs:
|
||||
if: always()
|
||||
with:
|
||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||
token: ${{ secrets.TG_TOKEN }}
|
||||
token: ${{ secrets.TG_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user