Skip to content

Commit fcfdf8b

Browse files
committed
fix: doppler token 문제 해결
1 parent 61e2c14 commit fcfdf8b

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)