Skip to content

Commit

Permalink
chore(staging): remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Dec 14, 2023
1 parent f1221e1 commit c9a5c7a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ on:
- staging

jobs:
# docker-image:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: serlo/configure-repositories/actions/setup-node@main
# - uses: google-github-actions/auth@v2
# with:
# credentials_json: '${{ secrets.GCP_KEY_CONTAINER_REGISTRY }}'
# - run: gcloud auth configure-docker
# - uses: google-github-actions/setup-gcloud@v2
# - run: yarn deploy:images:staging
docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: serlo/configure-repositories/actions/setup-node@main
- uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_KEY_CONTAINER_REGISTRY }}'
- run: gcloud auth configure-docker
- uses: google-github-actions/setup-gcloud@v2
- run: yarn deploy:images:staging
deploy-image:
runs-on: ubuntu-latest
# needs: docker-image
needs: docker-image
steps:
- uses: google-github-actions/auth@v2
with:
Expand Down

0 comments on commit c9a5c7a

Please sign in to comment.