Skip to content

Commit

Permalink
Merge pull request #154 from malscent/MB-52423-UpdateForSyncGateway3.0.3
Browse files Browse the repository at this point in the history
Updated version deployed to 3.0.3
  • Loading branch information
malscent authored Jun 3, 2022
2 parents 76a46d6 + 85617f7 commit e78e001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AWSCouchbaseServerAndSyncGatewayBYOL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Deploy To AWS
timeout-minutes: 15
run: |
bash ${GITHUB_WORKSPACE}/aws/CouchbaseServerAndSyncGateway/deploy.sh cb-sg-mp-byol-no-cbs byol 0 7.0.3 2 2.8.3
bash ${GITHUB_WORKSPACE}/aws/CouchbaseServerAndSyncGateway/deploy.sh cb-sg-mp-byol-no-cbs byol 0 7.0.3 2 3.0.3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/AWSCouchbaseServerAndSyncGatewayHourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Deploy To AWS
timeout-minutes: 20
run: |
bash ${GITHUB_WORKSPACE}/aws/CouchbaseServerAndSyncGateway/deploy.sh cb-sg-mp-hourly hourly-pricing 3 7.0.3 2 2.8.3
bash ${GITHUB_WORKSPACE}/aws/CouchbaseServerAndSyncGateway/deploy.sh cb-sg-mp-hourly hourly-pricing 3 7.0.3 2 3.0.3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Deploy To AWS
timeout-minutes: 15
run: |
bash ${GITHUB_WORKSPACE}/aws/CouchbaseServerAndSyncGateway/deploy.sh cb-sg-mp-hourly-no-cbs hourly-pricing 0 7.0.3 2 2.8.3
bash ${GITHUB_WORKSPACE}/aws/CouchbaseServerAndSyncGateway/deploy.sh cb-sg-mp-hourly-no-cbs hourly-pricing 0 7.0.3 2 3.0.3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AWSCouchbaseSyncGateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 15
run: |
PUBLIC=$(bash ${GITHUB_WORKSPACE}/aws/CouchbaseSyncGateway/createServer.sh -r $AWS_REGION -t "cb-gateway-defaults-${GITHUB_SHA::6}")
bash ${GITHUB_WORKSPACE}/aws/CouchbaseSyncGateway/deploy.sh -n "cb-gateway-defaults-${GITHUB_SHA::6}" -c 2 -v 3.0.0 -l "couchbase://$PUBLIC" -b travel-sample
bash ${GITHUB_WORKSPACE}/aws/CouchbaseSyncGateway/deploy.sh -n "cb-gateway-defaults-${GITHUB_SHA::6}" -c 2 -v 3.0.3 -l "couchbase://$PUBLIC" -b travel-sample
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit e78e001

Please sign in to comment.