Compare commits

..

2 commits

Author SHA1 Message Date
657bfbec01 Merge branch 'main' of https://git.mafyuh.dev/mafyuh/iac 2024-12-05 23:12:50 -05:00
3314d62012 fix cd 2024-12-05 23:12:49 -05:00

View file

@ -7,6 +7,8 @@ jobs:
deploy:
if: github.event.pull_request.merged == true
runs-on: docker
container:
image: node:22
steps:
- name: Checkout repository
uses: actions/checkout@v4