From e0ab939352c8d6ab5973df0000d21a612be5ef13 Mon Sep 17 00:00:00 2001 From: King-Koufan <148069250+Koufan-De-King@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:00:22 +0100 Subject: [PATCH] tested docker runtime (#67) * chore: refactored code base to get arguments at runtime * feat: added compose file for better testing * refactored docker runtime code * refactored docker runtime code to support multiple variables * chore: refactored code to accept multiple env variables at runtime passed using docker-compose * chore: removed gh-pages deployment entirely * testing container deployment * testing container deployment * testing container deployment * testing container deployment * fix: fixed lint formatting and failing tests * fix: cleanup after testing * fix: cleanup after testing * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url * testing staging environment backend url --------- Co-authored-by: Stephane Segning Lambou --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5319c43..6b353f9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,6 +15,7 @@ jobs: permissions: contents: read packages: write + steps: - name: Checkout repository uses: actions/checkout@v4 @@ -24,7 +25,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.WEBANK_USERAPP_TOKEN }} + password: ${{ secrets.WEBANK_ONLINE_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v4