Skip to content

Commit

Permalink
tested docker runtime (#67)
Browse files Browse the repository at this point in the history
* 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 <stephane.segning-lambou@adorsys.com>
  • Loading branch information
Koufan-De-King and stephane-segning authored Nov 27, 2024
1 parent ae018c5 commit e0ab939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
permissions:
contents: read
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -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
Expand Down

0 comments on commit e0ab939

Please sign in to comment.