ci: deploy yaml test

This commit is contained in:
Antoine Martin 2024-08-11 18:38:28 -04:00
parent 9a81361936
commit 2ec3c80fe8
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -0,0 +1,18 @@
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:
name: package
- name: Deploy
run: |
echo "Deploying..."
ls -R