Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph authored Oct 29, 2023
1 parent 532767e commit ae4094f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
fetch-depth: 1
- name: 🧪 Deploy / Preview
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.0
uses: gimlet-io/gimlet-artifact-shipper-action@v0.9.0
with:
DEPLOY: "true"
ENV: "preview"
Expand All @@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 1
- name: 🚀 Deploy / Staging
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.0
uses: gimlet-io/gimlet-artifact-shipper-action@v0.9.0
with:
DEPLOY: "true"
ENV: "staging"
Expand All @@ -100,7 +100,7 @@ jobs:
with:
fetch-depth: 1
- name: 🚀 Deploy / Production
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.0
uses: gimlet-io/gimlet-artifact-shipper-action@v0.9.0
with:
DEPLOY: "true"
ENV: "production"
Expand Down

0 comments on commit ae4094f

Please sign in to comment.