Skip to content

Commit

Permalink
Merge pull request #8 from digital-society-coop/connec-patch-1
Browse files Browse the repository at this point in the history
Use default DO terraform state config
  • Loading branch information
connec authored Feb 8, 2024
2 parents 501996b + f6a2383 commit 6404d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v4
- run: ./deploy.sh dev
env:
AWS_REGION: ${{ vars.AWS_REGION }}
AWS_ENDPOINT_URL_S3: ${{ vars.AWS_ENDPOINT_URL_S3 }}
AWS_REGION: ${{ vars.DEFAULT_DO_TERRAFORM_STATE_REGION }}
AWS_ENDPOINT_URL_S3: ${{ vars.DEFAULT_DO_TERRAFORM_STATE_ENDPOINT_URL_S3 }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

0 comments on commit 6404d14

Please sign in to comment.