Skip to content

Commit

Permalink
Deploy prod/dig 4467 (#231)
Browse files Browse the repository at this point in the history
* DIG-4114: Replace Travis deploy with Github Actions #v2 (#218)

* DIG-4114: Replace Travis deploy with Github Actions #v3 (#221)

* DIG-4114: Replace Travis deploy with Github Actions #v4 (#223)

* DIG-4114: Replace Travis deploy with Github Actions #v3

* DIG-4114: Replace Travis deploy with Github Actions #v4

* DIG-4114: Replace Travis deploy with Github Actions #v5 (#225)

* DIG-4114: Replace Travis deploy with Github Actions #v5 (#227)

* DIG-4114: Replace Travis deploy with Github Actions #v7 (#230)

* [PROD] DIG-4467: Remove Banner
  • Loading branch information
phillipbentonkelly authored May 20, 2024
1 parent 2c1569e commit ef9f5a6
Show file tree
Hide file tree
Showing 6 changed files with 9,977 additions and 3,391 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
echo "SOURCE_DIR='src/configs/test'" >> "${GITHUB_ENV}"
echo "S3_DEST_DIR='access-boston-config/test'" >> "${GITHUB_ENV}"
elif [[ "${{ github.ref_name }}" == "deploy-prod" ]]; then
echo "BUCKET_NAME=cob-digital-apps-prod-static" >> "${GITHUB_ENV}"
echo "BUCKET_NAME=cob-digital-apps-staging-static" >> "${GITHUB_ENV}"
echo "SOURCE_DIR='src/configs/prod'" >> "${GITHUB_ENV}"
echo "S3_DEST_DIR='access-boston-config'" >> "${GITHUB_ENV}"
echo "S3_DEST_DIR='access-boston-config/prod'" >> "${GITHUB_ENV}"
fi
if [[ ${{ vars.S3_DRY_RUN }} == 1 ]];then
echo "S3_DEST_DIR='DRY_RUN/'" >> "${GITHUB_ENV}"
Expand Down
44 changes: 0 additions & 44 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit ef9f5a6

Please sign in to comment.