Skip to content

Commit

Permalink
fixed path.
Browse files Browse the repository at this point in the history
  • Loading branch information
y-miyazaki committed Jun 30, 2021
1 parent a4d2a3e commit 646d778
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: "terraform: check"
run: |
docker pull ghcr.io/y-miyazaki/terraform-aws:latest
docker run --rm -v $PWD:/workspace -e ENV=${{ env.ENVIRONMENT }} -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/aws/integration_push.sh terraform/base
docker run --rm -v $PWD:/workspace -e ENV=${{ env.ENVIRONMENT }} -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/aws/integration_push.sh terraform/monitor
docker run --rm -v $PWD:/workspace -e ENV=${{ env.ENVIRONMENT }} -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/integration_push.sh terraform/base
docker run --rm -v $PWD:/workspace -e ENV=${{ env.ENVIRONMENT }} -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/integration_push.sh terraform/monitor
- name: "slack: notification for failed build."
if: failure()
uses: rtCamp/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "$ENV" >> $PWD/.env
find scripts -type f -name '*.sh' -exec chmod +x \{\} \;
docker pull ghcr.io/y-miyazaki/terraform-aws:latest
docker run --rm -v $PWD:/workspace --env-file=$PWD/.env -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/aws/deploy.sh terraform/base
docker run --rm -v $PWD:/workspace --env-file=$PWD/.env -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/deploy.sh terraform/base
- name: "slack: notification"
if: failure()
uses: rtCamp/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "$ENV" >> $PWD/.env
find scripts -type f -name '*.sh' -exec chmod +x \{\} \;
docker pull ghcr.io/y-miyazaki/terraform-aws:latest
docker run --rm -v $PWD:/workspace --env-file=$PWD/.env -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/aws/deploy.sh terraform/monitor
docker run --rm -v $PWD:/workspace --env-file=$PWD/.env -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/deploy.sh terraform/monitor
- name: "slack: notification"
if: failure()
uses: rtCamp/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example/ci-push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
echo "$ENV" >> $PWD/.env
find scripts -type f -name '*.sh' -exec chmod +x \{\} \;
docker pull ghcr.io/y-miyazaki/terraform-aws:latest
docker run --rm -v $PWD:/workspace --env-file=$PWD/.env -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/aws/integration_push.sh terraform/base
docker run --rm -v $PWD:/workspace --env-file=$PWD/.env -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/aws/integration_push.sh terraform/monitor
docker run --rm -v $PWD:/workspace --env-file=$PWD/.env -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/integration_push.sh terraform/base
docker run --rm -v $PWD:/workspace --env-file=$PWD/.env -w /workspace --name terraform-aws ghcr.io/y-miyazaki/terraform-aws:latest scripts/terraform/integration_push.sh terraform/monitor
- name: "slack: notification"
if: failure()
uses: rtCamp/[email protected]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 646d778

Please sign in to comment.