Skip to content

Commit

Permalink
chore: Test env variable n°2
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Oct 29, 2023
1 parent 1a172a7 commit e283bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Test environnement variable $DAY_OF_WEEK!"
- name: Login to Scaleway Container Registry
uses: docker/login-action@v3
with:
username: nologin
password: ${{ secrets.SCALEWAY_API_KEY }}
registry: ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}
- run: echo "Test environnement variable $DAY_OF_WEEK!"
- name: Build the Docker image
run: docker build . -t ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/ae-data-processing
- name: Push the Docker Image
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package:
custom:
containers:
ae-data-platform-processing:
registryImage: rg.fr-par.scw.cloud/ae-data-platform/ae-data-platform-processing:latest
registryImage: rg.fr-par.scw.cloud/ae-container/ae-data-processing:latest
minScale: 0
maxScale: 1
memoryLimit: 256
Expand Down

0 comments on commit e283bc2

Please sign in to comment.