File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 91
91
cd /home/ubuntu/canarytokens-scripts/
92
92
./canarytokensdb_s3backup.sh
93
93
cd /home/ubuntu/canarytokens-docker
94
- git stash && git checkout $CANARYTOKENS_DOCKER_BRANCH && git pull
94
+ git stash && git checkout ${{ env. CANARYTOKENS_DOCKER_BRANCH }} && git pull
95
95
sed "s/thinkst\/canarytokens$/thinkst\/canarytokens:${GITHUB_REF##*/}/g" common-services.yml > common-services-${GITHUB_REF##*/}.yml
96
96
sed "s/file: common-services.yml/file: common-services-${GITHUB_REF##*/}.yml/g" docker-compose-letsencrypt.yml > docker-compose-letsencrypt-${GITHUB_REF##*/}.yml
97
97
sed -i'' "s/CANARY_DEV_BUILD_ID=.*/CANARY_DEV_BUILD_ID=${GITHUB_SHA:0:8}/" frontend.env
@@ -111,7 +111,7 @@ jobs:
111
111
cd /home/ubuntu/canarytokens-scripts/
112
112
./canarytokensdb_s3backup.sh
113
113
cd /home/ubuntu/canarytokens-docker
114
- git stash && git checkout $CANARYTOKENS_DOCKER_BRANCH && git pull
114
+ git stash && git checkout ${{ env. CANARYTOKENS_DOCKER_BRANCH }} && git pull
115
115
sed "s/thinkst\/canarytokens$/thinkst\/canarytokens:${GITHUB_REF##*/}/g" common-services.yml > common-services-${GITHUB_REF##*/}.yml
116
116
sed "s/file: common-services.yml/file: common-services-${GITHUB_REF##*/}.yml/g" docker-compose-aws-logging-letsencrypt.yml > docker-compose-aws-logging-letsencrypt-${GITHUB_REF##*/}.yml
117
117
sed -i'' "s/CANARY_DEV_BUILD_ID=.*/CANARY_DEV_BUILD_ID=${GITHUB_SHA:0:8}/" frontend.env
You can’t perform that action at this time.
0 commit comments