diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 20:46:40 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 20:46:40 -0400 |
commit | b8e55877ce14e41215f8ea57affff2a99175e9cc (patch) | |
tree | 141f4a41203e5f345e886eac7971cc2a7435c2a9 /.github | |
parent | 7dc14c8b168a63f0849c21fa427f0f718b366b93 (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 3268c5c..fe4b445 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: echo 'Spike: ' $FLY_SPIKY + - run: | + echo "Spike: $FLY_SPIKY" env: FLY_SPIKY: ${{ secrets.FLY_SPIKY }} - run: flyctl deploy --remote-only |