We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8ae70a + eaf6d21 commit 460cb75Copy full SHA for 460cb75
.github/workflows/CICD.yml
@@ -121,8 +121,8 @@ jobs:
121
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
122
port: ${{ secrets.REMOTE_SSH_PORT }}
123
script: |
124
- export DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/capgoing:latest
125
- export DOCKER_COMPOSE_PATH=${{ secrets.DOCKER_COMPOSE_PATH }}
+ export DOCKER_IMAGE="${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:latest"
+ export DOCKER_COMPOSE_PATH="${{ secrets.DOCKER_COMPOSE_PATH }}"
126
127
cd /home/ubuntu/scripts
128
./rolling-update.sh
0 commit comments