Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Aug 28, 2023
1 parent ff964e0 commit 766d181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "main"

jobs:
tests:
deploy:
runs-on: ubuntu-20.04

environment: staging
Expand All @@ -34,6 +34,7 @@ jobs:
-backend-config "key=stack_data/staging" \
-backend-config "region=fr-par" \
-backend-config "endpoint=https://s3.fr-par.scw.cloud"
docker compose run --rm tf -chdir=environments/staging plan
- name: tf validate
run: |
Expand Down

0 comments on commit 766d181

Please sign in to comment.