We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7200b64 commit 2bafcedCopy full SHA for 2bafced
1 file changed
.github/workflows/deploy-stage.yml
@@ -57,6 +57,8 @@ jobs:
57
ssh -i ~/.ssh/id_ed25519 ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
58
set -e
59
60
+ export CI=true
61
+
62
echo "Deploying API Gateway..."
63
cd ~/autospace
64
git fetch origin
0 commit comments