File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,15 +116,9 @@ jobs:
116116 working-directory : /
117117 comment : Deploy
118118 command : |
119- <<<<<<< HEAD
120119 DOPPLER_TOKEN="${{ secrets.DOPPLER_TOKEN }}" \
121120 doppler secrets download --project waitfair --config prd --format env-no-quotes --no-file > /tmp/doppler.env
122121
123- =======
124- cat << 'SCRIPT_END' | DOPPLER_TOKEN='${{ secrets.DOPPLER_TOKEN }}' bash
125- set -e
126-
127- >>>>>>> 5b4aa7267f16348ca10acdfb05856d7e6b35001d
128122 docker pull ghcr.io/${{ needs.buildImageAndPush.outputs.owner_lc }}/${{ needs.buildImageAndPush.outputs.image_name }}:latest
129123
130124 docker stop app1 2>/dev/null || true
@@ -138,9 +132,4 @@ jobs:
138132 ghcr.io/${{ needs.buildImageAndPush.outputs.owner_lc }}/${{ needs.buildImageAndPush.outputs.image_name }}:latest
139133
140134 rm -f /tmp/doppler.env
141- <<<<<<< HEAD
142- docker image prune -f
143- =======
144- docker image prune -f
145- SCRIPT_END
146- >>>>>>> 5b4aa7267f16348ca10acdfb05856d7e6b35001d
135+ docker image prune -f
You can’t perform that action at this time.
0 commit comments