Skip to content

Commit

Permalink
destroy test workspace/environment in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsorheim committed Jul 19, 2024
1 parent 4e44bd1 commit 2af33b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/destroy_infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
type: choice
required: true
options:
- test
- dev-preview
- dev
- prod
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
- name: Select or create workspace
id: select-or-create
run: terraform workspace select -or-create ${{ github.event.inputs.workspace || 'dev' }}
run: terraform workspace select -or-create ${{ github.event.inputs.workspace || 'test' }}

- name: Destroy infra
id: destroy
Expand Down
1 change: 1 addition & 0 deletions IMOMaritimeSingleWindow/Client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /workspaces/frontend

# Copy the source code
COPY . .

# Install dependencies
RUN npm install

Expand Down

0 comments on commit 2af33b6

Please sign in to comment.