summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-04 20:50:45 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-04 20:50:45 -0400
commit092d15caf59c4d3f6b53d2b4d650e78270fd3543 (patch)
tree8e98d909d26a3fbc361e0934640c9cc9585947a6 /.github
parent048fb5183363ddf5822cf4486089d462a069da41 (diff)
.github/workflows/deploy.yml: set environment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 239c6fd..3481958 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -9,6 +9,7 @@ jobs:
deploy:
name: deploy peach
runs-on: ubuntu-latest
+ environment: fly
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master