File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 3232 ./bin/create_version.sh "${GITHUB_REF##*/}" 1
3333
3434 # Build all containers
35- QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml build
36- QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml push
35+ QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose disable-v2 -f docker-compose.yml -f docker-compose.build.yml build
36+ QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose disable-v2 -f docker-compose.yml -f docker-compose.build.yml push
3737 env :
3838 DOCKER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ echo " => Creating version"
4+
35today=$( date +" %b %d, %Y" )
46
57QUTEX_RELEASE_DATE=" $today "
1618echo " QUTEX_RELEASE_DATE=${QUTEX_RELEASE_DATE}
1719QUTEX_VERSION=${QUTEX_VERSION} " > .version.env
1820
19- cat .version.env
21+ cat .version.env
22+
23+ echo " => Done"
Original file line number Diff line number Diff line change 77 echo " Version number found: $1 "
88fi
99
10+ echo " => Deploying Documentation"
11+
1012# Deploy the docs to docs.qutexbot.com
1113mkdocs gh-deploy
1214
15+ echo " => Done"
16+
1317./create_version.sh " $1 "
1418
15- env QUTEX_VERSION=" ${QUTEX_VERSION} " docker --context qutex stack deploy --with-registry-auth qutex -c docker-compose.yml
19+ echo " => Depoying"
20+
21+ env QUTEX_VERSION=" ${QUTEX_VERSION} " docker --context qutex stack deploy --with-registry-auth qutex -c docker-compose.yml
22+
23+ echo " => Done"
You can’t perform that action at this time.
0 commit comments