diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 20:41:19 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 20:41:19 -0400 |
commit | 92ca8defdd3817a72f334da5e1635bca16de4ccb (patch) | |
tree | f5449a49539df4d2d2804ac3c190d945c2db5db7 /.github | |
parent | 138794e7a22bb1654c27870616c3535902916580 (diff) |
update .github/workflows/deploy.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 771106c..95d002a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,9 @@ jobs: steps: - uses: actions/checkout@v2 - uses: superfly/flyctl-actions/setup-flyctl@master + - run: echo "Spike: $FLY_SPIKE" + env: + FLY_SPOOK: ${{ secrets.FLY_SPIKY }} - run: flyctl deploy --remote-only env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} |