diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 20:51:59 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 20:51:59 -0400 |
commit | d25ba646ce7b46d7b6d6dee79bfce0181090e379 (patch) | |
tree | 1e34721962a18028908bbb2c7b337ad46cd24dfe /.github | |
parent | 092d15caf59c4d3f6b53d2b4d650e78270fd3543 (diff) |
.github/workflows/deploy.yml: remove debug cruft
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3481958..963fc54 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,11 +13,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: | - echo "Spike: $FLY_SPIKY" > /tmp/spiky - cat /tmp/spiky - env: - FLY_SPIKY: ${{ secrets.FLY_SPIKY }} - run: flyctl deploy --remote-only env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} |