diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 20:47:39 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 20:47:39 -0400 |
commit | 048fb5183363ddf5822cf4486089d462a069da41 (patch) | |
tree | a16d2ad171857a0e2307549fca0e1e77c483901e /.github | |
parent | b8e55877ce14e41215f8ea57affff2a99175e9cc (diff) |
update .github/workflows/deploy.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fe4b445..239c6fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,8 @@ jobs: - uses: actions/checkout@v2 - uses: superfly/flyctl-actions/setup-flyctl@master - run: | - echo "Spike: $FLY_SPIKY" + echo "Spike: $FLY_SPIKY" > /tmp/spiky + cat /tmp/spiky env: FLY_SPIKY: ${{ secrets.FLY_SPIKY }} - run: flyctl deploy --remote-only |