ayaports/.forgejo/workflows/deploy.yaml

19 lines
377 B
YAML
Raw Normal View History

2024-08-11 22:34:04 +00:00
name: "Deploy on Comment"
on:
issue_comment:
types: [created]
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
steps:
- uses: actions/download-artifact@v4
with:
2024-08-11 22:35:02 +00:00
name: package
2024-08-11 22:34:04 +00:00
- name: Deploy
run: |
echo "Deploying..."
ls -R