We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc2152 commit 345d195Copy full SHA for 345d195
.github/main.yml
@@ -2,7 +2,7 @@
2
name: Cloud66Action
3
# This determines what action will cause the job to trigger
4
on: push
5
-# The CLOUD66_TOKEN is required and other env variables may be added.
+# The CLOUD66_TOKEN is required and other env variables may be added
6
env:
7
CLOUD66_TOKEN: ${{ secrets.SECRETS }}
8
# Contains the configuration of which Github runner type and image to use to perform the jobs.
@@ -14,4 +14,4 @@ jobs:
14
image: cloud66/cx:latest
15
# This step will perform the cx command. In this example the redeploy command is used, but other toolbelt commands may be run.
16
steps:
17
- - run: cx redeploy --stack dh_test_git -y --listen
+ - run: cx redeploy --stack my-stack-name -y --listen
0 commit comments