ci: deploy upstream on changes
All checks were successful
Build / deploy (push) Successful in 8s

This commit is contained in:
silver 2024-08-09 20:55:15 +01:00
parent 806a4cfd21
commit a98a93cf22

View file

@ -0,0 +1,17 @@
name: Build
on:
push:
branches:
- 'master'
jobs:
# deploy it upstream
deploy:
runs-on: docker
steps:
- name: "Deploy to Skynet"
uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet@v2
with:
input: 'simple-nixos-mailserver'
token: ${{ secrets.API_TOKEN_FORGEJO }}