cups-webring/.forgejo/workflows/deploy.yaml
Workflow config file is invalid. Please check your config file: yaml: line 8: could not find expected ':'

9 lines
263 B
YAML

on: [push]
jobs:
deploy:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: |
echo ${{secrets.SERVER_SSHKEY}} >> ../server_key
scp -i ../server_key -r lapis runner@teabucket.eu:/etc/docker/container/cups-webring/lapis