Added stuff
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 9m57s
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 9m57s
This commit is contained in:
27
.gitea/workflows/deploy.yaml
Normal file
27
.gitea/workflows/deploy.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
name: Deploy on push
|
||||
run-name: Deploy on push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
on-push-deploy_sh-edraft:
|
||||
runs-on: [dobby.sh-edraft.de, ubuntu-latest]
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Setup docker
|
||||
uses: https://github.com/papodaca/install-docker-action@main
|
||||
- run: docker -v
|
||||
|
||||
- name: Clone Repository
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.CI_ACCESS_TOKEN }}
|
||||
submodules: true
|
||||
|
||||
- name: Build act-runner image
|
||||
run: |
|
||||
docker image prune -f
|
||||
chmod +x build
|
||||
./build
|
Reference in New Issue
Block a user