Browse Source

CI: fixup dev deploy too

Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
pull/1374/head
Philip H 11 months ago
parent
commit
067b7bcf84
  1. 2
      .github/workflows/deploy-development.yml
  2. 2
      .github/workflows/deploy-pr.yml

2
.github/workflows/deploy-development.yml

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: production ref: master
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3

2
.github/workflows/deploy-pr.yml

@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: production ref: master
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3

Loading…
Cancel
Save