Skip to content

Commit bbeb071

Browse files
committed
no longer add heroku to tag version
1 parent 4ced585 commit bbeb071

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/scripts/docker-create.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ Heroku_publish_demo() {
6464
heroku container:login
6565
echo "heroku deployment to demo"
6666
cd ../..
67-
# heroku container:push --recursive --arg argBasedVersion=${tag}heroku --app arcane-scrubland-42646
68-
heroku container:push --arg argBasedVersion=${tag}heroku --app arcane-scrubland-42646
67+
heroku container:push web --arg argBasedVersion=${tag} --app arcane-scrubland-42646
6968
heroku container:release web --app arcane-scrubland-42646
7069
# heroku container:push --recursive --arg argBasedVersion=${tag}heroku,CTF_ENABLED=true,HINTS_ENABLED=false --app wrongsecrets-ctf
7170
# heroku container:release web --app wrongsecrets-ctf

Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ COPY .github/scripts/ /var/helpers
4040
COPY src/test/resources/alibabacreds.kdbx /var/helpers
4141
COPY src/test/resources/RSAprivatekey.pem /var/helpers
4242
COPY .ssh/ /home/wrongsecrets/.ssh/
43-
CMD java -jar -XX:SharedArchiveFile=application.jsa -Dspring.profiles.active=$(echo ${SPRING_PROFILES_ACTIVE}) -Dspringdoc.swagger-ui.enabled=${SPRINGDOC_UI} -Dspringdoc.api-docs.enabled=${SPRINGDOC_DOC} -D application.jar
43+
CMD java -jar -XX:SharedArchiveFile=application.jsa -Dspring.profiles.active=$(echo ${SPRING_PROFILES_ACTIVE}) -Dspringdoc.swagger-ui.enabled=${SPRINGDOC_UI} -Dspringdoc.api-docs.enabled=${SPRINGDOC_DOC} -D application.jar

0 commit comments

Comments
 (0)