Skip to content

Commit

Permalink
Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tdr12 committed Sep 9, 2024
1 parent 62fb043 commit a265d9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Push the Docker Image
run: docker push ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/delano-app-test
deploy:
#needs: build
needs: build
runs-on: ubuntu-latest
name: Deploy on Scaleway Containers
steps:
Expand All @@ -34,4 +34,5 @@ jobs:
scw_access_key: ${{ secrets.ACCESS_KEY }}
scw_secret_key: ${{ secrets.SECRET_KEY }}
#scw_containers_namespace_id: ${{ secrets.CONTAINERS_NAMESPACE_ID }}
scw_registry: docker pull ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/delano-app-test:latest
scw_registry: docker pull rg.fr-par.scw.cloud/atut-group-2/delano-app-test:latest
#docker pull ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/delano-app-test:latest

0 comments on commit a265d9f

Please sign in to comment.