We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d2376 commit 9a50b89Copy full SHA for 9a50b89
.github/workflows/terraform-deploy.yml
@@ -46,6 +46,12 @@ jobs:
46
TF_VAR_aws_secret_key: ${{ github.event.inputs.aws_secret_access_key }}
47
TF_VAR_aws_session_token: ${{ github.event.inputs.aws_session_token }}
48
49
+ - name: Wait for instance to be ready
50
+ run: |
51
+ echo "Waiting for instance to be ready..."
52
+ sleep 60
53
+ echo "Instance should be ready now"
54
+
55
- name: Copy Docker Compose File From Repo to VM Host
56
uses: appleboy/scp-action@v0.1.7
57
with:
0 commit comments