Skip to content

Commit

Permalink
Update deploy-to-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paloma Oliveira authored May 2, 2024
1 parent 4114638 commit 4aab604
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ jobs:
deploy-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install Python
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: 3.7
- run: pip install crcmod
- name: Set up Cloud SDK
uses: 'google-github-actions/setup-gcloud@v2'
uses: 'google-github-actions/setup-gcloud@v0'
with:
version: '290.0.1'
project_id: ${{ secrets.RUN_PROJECT_DEV }}
service_account_key: ${{ secrets.RUN_SA_KEY_DEV }}

- uses: actions/cache@v4
- uses: actions/cache@v2
id: cache-build
with:
path: |
Expand Down

0 comments on commit 4aab604

Please sign in to comment.