mirror of
https://github.com/yeslayla/aws-cluster-stack.git
synced 2025-01-13 12:33:31 +01:00
Reorganize directories
This commit is contained in:
parent
88020c8c57
commit
93fb4b42ca
6
.github/workflows/deploy_environment.yml
vendored
6
.github/workflows/deploy_environment.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
||||
with:
|
||||
args: --follow-symlinks --delete
|
||||
env:
|
||||
SOURCE_DIR: cloudformation
|
||||
SOURCE_DIR: "./"
|
||||
AWS_REGION: "us-east-1"
|
||||
DEST_DIR: actions/cloudformation
|
||||
DEST_DIR: actions/cloudformation/cluster
|
||||
AWS_S3_BUCKET: ${{ secrets.DEPLOY_BUCKET }}
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
@ -33,6 +33,6 @@ jobs:
|
||||
uses: aws-actions/aws-cloudformation-github-deploy@v1
|
||||
with:
|
||||
name: ecs-cluster
|
||||
template: cloudformation/cluster/top.yaml
|
||||
template: top.yaml
|
||||
capabilities: "CAPABILITY_NAMED_IAM,CAPABILITY_IAM"
|
||||
parameter-overrides: VpcId=${{ secrets.VPC_ID }},SubnetIds=${{ secrets.SUBNET_IDS }},Project=General,Environment=Main
|
25
.github/workflows/push_production.yml
vendored
25
.github/workflows/push_production.yml
vendored
@ -1,25 +0,0 @@
|
||||
|
||||
name: Push Production Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v1
|
||||
- name: Ship to S3
|
||||
uses: jakejarvis/s3-sync-action@master
|
||||
with:
|
||||
args: --follow-symlinks --delete
|
||||
env:
|
||||
SOURCE_DIR: cloudformation
|
||||
AWS_REGION: "us-east-1"
|
||||
DEST_DIR: nakama/production/cloudformation
|
||||
AWS_S3_BUCKET: sumu-stacks
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
Loading…
Reference in New Issue
Block a user