Skip to content

Commit

Permalink
fix deploy staging script
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Mar 20, 2024
1 parent c803830 commit fa0dbcb
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/deploy-staging-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
name: Build and deploy desci-isolated-media-server STAGING
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v1
- name: Checkout
uses: actions/checkout@master

- id: install-aws-cli
uses: unfor19/install-aws-cli-action@v1
with:
Expand Down Expand Up @@ -73,6 +77,10 @@ jobs:
name: Build and deploy nodes-media STAGING
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v1
- name: Checkout
uses: actions/checkout@master

- id: install-aws-cli
uses: unfor19/install-aws-cli-action@v1
with:
Expand Down Expand Up @@ -126,7 +134,10 @@ jobs:
name: Build and deploy desci-repo STAGING
runs-on: ubuntu-latest
steps:
# Add steps here like linting, testing, minification, etc.
- uses: hashicorp/setup-terraform@v1
- name: Checkout
uses: actions/checkout@master

- id: install-aws-cli
uses: unfor19/install-aws-cli-action@v1
with:
Expand Down Expand Up @@ -185,7 +196,10 @@ jobs:
name: Build and deploy desci-server STAGING
runs-on: ubuntu-latest
steps:
# Add steps here like linting, testing, minification, etc.
- uses: hashicorp/setup-terraform@v1
- name: Checkout
uses: actions/checkout@master

- id: install-aws-cli
uses: unfor19/install-aws-cli-action@v1
with:
Expand Down

0 comments on commit fa0dbcb

Please sign in to comment.