forked from fossgis-routing-server/osrm-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: deployment to aws and profile switcher
- Loading branch information
1 parent
aab6ac3
commit 1cc821b
Showing
32 changed files
with
2,067 additions
and
11,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
files: | ||
/home/ec2-user/.ssh/extra_authorized_keys: | ||
mode: "000400" | ||
owner: ec2-user | ||
group: ec2-user | ||
content: | | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH1+VZgAMiuz7Z31FMbemWLowmG7qgsDCLfh5zp3iWLY wemap-devops | ||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCsxx31EqpdWNmwqZCj9CCGy2vaKwFAHjpG2CYnK5o8Jsjxq3XQq8z2UEUQ/2uRDJmKwcGpx7L3jo8Mg8Az8c4MM3kpOR6y5qgrMGCOXVdhtOPFZ41QFVSR59wKVt6Y22SBUXddQBeClc4nANfzs9Cq9wFfI91ksyk78tUtcg7o2r23fkyKDzGPl9AF7r7HDmZ6Y3MMzAexoAFGiME6R7SJO4qo0z/1/mRc5Mex806tr8fF3fAM9U/7+v+JOb5ekAn3osiXMXBmV/AaUVWUltWyOpUtSrMU+ccdxHBlNYC6uRsRACVuhQyrVD2aBD85NA6PIXT67P+jyiKczfliSfD9jjZlseBbZgA2eNp6mJTnOIuYzhuI73P7Ne6sUJr5lghdAokrItHspvtbjCwX67tqvpEUY4PBWsDaW7ZGeICOLMTStBTliy7mc9WbxFFUe1KDDryog0i4sikJz1VZ2/bOywUwIgpHM3ZiiJ4vB3eJSINo1crDbfMTLimbBroaehFwSikeg2Nm70yo/u2wWCfGElB/cpzhAM1+e72iO1NP8O+vM/blF7bNFWMA0etEOUputMB+I0lOxYLZ4460rVV23f/2/XDvVkYsLCOfU/8quYvyKsChmcmIdbAupdfHcCgSAODWPWE+foO522kLrn4dWbLgy1QJUrDIoTQ4NAEtnQ== [email protected] | ||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnFyXbf6LhJYJia27suj2p52ueZTgPfMSaWiRNNfN5mnLJK1L1gvkIBQDzWyv5aHZd1YbmBopN9G+RZiEOEhghDJRzzENGsTYXiLJIOjd9P9enXf3XdvEvhcScJcnCr5+j/tKVY4awTD/G2LRD0FHUEYz7mI2pCaklmOYz5snjV9N86P1Z7NhgmA36bpTN5DppbfN9Zs/UAW0gVa76mzzt7uUQi7MY5appC9JhQV9WEbjf9U4eteglTPwH70lhm9v3o5K+/uj1p6h/2yl3ZNk5bBKq+91J8mggmE5h2vSOElQB78ISgtviGhohJbLKLoRTLzev52+rj1NzP0gAzxKQ8iUt1IAekfSrRSASBLxqT0eRIwUDjYPxXWm5Ddm03UUQmnKo6hLHsyqHRIKwfOEKfv6uPkH9J0hqBKaIsXBNpQOb/3ynOAFRPhpX8tXfJxM2ioJgB8JWTs5UEoELmCAMA8c3PAcg1WODaOctY1H/FMJvWJEHQ6Cc4e2bLYc3HqM= adrian@getwemap | ||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClrda9Jv2vqqg2OCk7zLYX/pYZtPEISP53b6fthjUanE4q4uEEGU029ySqfQReqlEjcbiS+N9Gn42utNUU1cS0CCpxJYGxCielfCtsoI/5jjGwwA5oPcPyFeeM5ioCHfWUIrM1ZFc7XKrhKLpxvfFmSt8q7tHvLx7Nlf+ZG6rne0H+k477BIwD2lubjwYkLeomrj6MvYB5i9PxNSgALL+KiP5eScewK6Vxwrf0zuRsqHo5nIFu/kf+mebOXKW5rP28RNSVMqJtOGohgURkhr4QP7pb26qm9gmqHj3l5ddZem2vfGTHVtAIDXxKgaXvP20l+NIhOAuWUDdclBcTIX13 [email protected] | ||
commands: | ||
01_append_keys: | ||
cwd: /home/ec2-user/.ssh/ | ||
command: sort -u extra_authorized_keys authorized_keys -o authorized_keys | ||
99_rm_extra_keys: | ||
cwd: /home/ec2-user/.ssh/ | ||
command: rm extra_authorized_keys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
deploy: | ||
artifact: wemap-osrm-frontend-artifact.zip | ||
global: | ||
application_name: wemap-osrm-frontend | ||
default_region: eu-west-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
name: CI/CD | ||
|
||
on: [push] | ||
|
||
################################## | ||
# Global environment variables # | ||
################################## | ||
env: | ||
AWS_OWNER_ACCOUNT_ID: ${{ secrets.AWS_OWNER_ACCOUNT_ID }} | ||
SLACK_HOOK_URL: ${{ secrets.SLACK_HOOK_URL }} | ||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} | ||
EB_APP_NAME: wemap-osrm-frontend | ||
|
||
permissions: | ||
id-token: write | ||
contents: read | ||
|
||
jobs: | ||
|
||
deploy: | ||
if: | | ||
startsWith(github.ref_name, 'dev-') || | ||
startsWith(github.ref_name, 'prod-') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v2 | ||
with: | ||
role-to-assume: arn:aws:iam::${{secrets.AWS_OWNER_ACCOUNT_ID}}:role/wemap-osrm-frontend | ||
role-session-name: wemap-osrm-frontend | ||
aws-region: eu-west-1 | ||
|
||
- name: Install eb cli | ||
run: | | ||
pip install awsebcli --upgrade | ||
echo "PATH=$PATH:/.local/bin" >> $GITHUB_ENV | ||
- name: Setup Terragrunt | ||
uses: autero1/[email protected] | ||
with: | ||
terragrunt_version: 0.45.15 | ||
|
||
- name: Update infra | ||
env: | ||
CLOUDFLARE_DEV_ZONE_ID: ${{ secrets.CLOUDFLARE_DEV_ZONE_ID }} | ||
CLOUDFLARE_PROD_ZONE_ID: ${{ secrets.CLOUDFLARE_PROD_ZONE_ID }} | ||
ENVIRONMENT: ${{ github.ref_name }} | ||
run: | | ||
mkdir -p ~/.ssh; chmod go-rwx ~/.ssh | ||
ssh-keyscan github.com >> ~/.ssh/known_hosts | ||
eval `ssh-agent -s` | ||
ssh-add - <<< '${{ secrets.SSH_KEY_GITHUB_ACTIONS }}' | ||
cd infra/terraform | ||
./manage_infra.sh --deploy | ||
- name: Deploy to app to eb environment | ||
env: | ||
ENVIRONMENT: ${{ github.ref_name }} | ||
run: | | ||
zip -r $EB_APP_NAME-artifact.zip . --symlinks --exclude ".github/*" ".vscode/*" "act/*" "infra/*" ".git/*" "settings/*" | ||
eb deploy $EB_APP_NAME-$ENVIRONMENT --nohang | ||
notify: | ||
needs: | ||
- deploy | ||
if: | | ||
always() && | ||
(needs.deploy.result == 'success' || needs.deploy.result == 'failure') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Define branch and notification msg | ||
if: always() | ||
env: | ||
WORKFLOW_STATUS: ${{ job.status }} ${{ needs.deploy.result }} | ||
run: | | ||
if [[ "${{ github.ref_name }}" == *"prod"* ]]; then | ||
echo "CHANNEL_TAG=<!channel>" >> $GITHUB_ENV | ||
echo "SLACK_MSG="$(echo ${{ github.ref_name }} | cut -d "-" -f2-) profile has been deployed to PRODUCTION :rocket:"" >> $GITHUB_ENV | ||
elif [[ ${{ github.ref_name }} == *"dev"* ]]; then | ||
echo "ENVIRONMENT=DEVELOP" >> $GITHUB_ENV | ||
echo "SLACK_MSG="$(echo ${{ github.ref_name }} | cut -d "-" -f2-) profile has been deployed to DEVELOP :rocket:"" >> $GITHUB_ENV | ||
fi | ||
echo "WORKFLOW_STATUS=success" >> $GITHUB_ENV | ||
if ${{ contains(env.WORKFLOW_STATUS, 'failure') }}; then | ||
echo "WORKFLOW_STATUS=failure" >> $GITHUB_ENV | ||
echo "SLACK_MSG= unable to deployed profile ${{ github.ref_name }} :x:" >> $GITHUB_ENV | ||
fi | ||
- name: Slack Notification | ||
if: always() | ||
uses: rtCamp/action-slack-notify@v2 | ||
env: | ||
SLACK_CHANNEL: deployments | ||
SLACK_COLOR: ${{ env.WORKFLOW_STATUS }} | ||
SLACK_ICON: https://s3-us-west-2.amazonaws.com/slack-files2/avatars/2022-10-11/4204602550962_14433d2bdcb7fb385ad2_72.png | ||
SLACL_LINK_NAMES: true | ||
SLACK_MESSAGE: "${{ env.CHANNEL_TAG }} ${{ github.event.head_commit.message }}" | ||
SLACK_TITLE: ${{ env.EB_APP_NAME }} pipeline ${{ env.WORKFLOW_STATUS }} ! ${{ env.SLACK_MSG }} | ||
SLACK_FOOTER: "Wemap notification system :love-wemap:" | ||
SLACK_USERNAME: Wemap-sentinel | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_HOOK_URL }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
yum install -y amazon-efs-utils \ | ||
tree \ | ||
htop \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
export EFS_FILE_SYSTEM_ID=$(/opt/elasticbeanstalk/bin/get-config environment | jq -r ."EFS_FILE_SYSTEM_ID") | ||
export EFS_MOUNT_POINT_PATH=$(/opt/elasticbeanstalk/bin/get-config environment | jq -r ."EFS_MOUNT_POINT_PATH") | ||
|
||
# Check if both variables are not empty | ||
if [ "$EFS_FILE_SYSTEM_ID" != "null" ] && [ "$EFS_MOUNT_POINT_PATH" != "null" ]; then | ||
mkdir -p $EFS_MOUNT_POINT_PATH | ||
mount -t efs -o tls $EFS_FILE_SYSTEM_ID:/ $EFS_MOUNT_POINT_PATH | ||
else | ||
echo "Either EFS_FILE_SYSTEM_ID or EFS_MOUNT_POINT_PATH are missing" | ||
echo "Skipping mounting EFS..." | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/bash | ||
|
||
export HEALTH_CHECK=$(/opt/elasticbeanstalk/bin/get-config environment | jq -r ."HEALTH_CHECK") | ||
|
||
if [ "$HEALTH_CHECK" == "null" ] || [ -z "${HEALTH_CHECK}" ]; then | ||
echo "HEALTH_CHECK has not being defined in terraform settings" | ||
fi | ||
|
||
|
||
cat << EOT >> /etc/nginx/default.d/healthcheck.conf | ||
location /health { | ||
return 200 'Ok from nginx'; | ||
add_header Content-Type text/plain; | ||
} | ||
EOT | ||
|
||
cat << EOT >> /etc/nginx/default.d/proxy.conf | ||
location / { | ||
proxy_pass http://127.0.0.1:9966; | ||
proxy_set_header X-Forwarded-Proto https; | ||
proxy_set_header Host \$http_host; | ||
} | ||
EOT | ||
|
||
service nginx start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
AWS_DEFAULT_REGION="" | ||
AWS_ACCESS_KEY_ID="" | ||
AWS_SECRET_ACCESS_KEY="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
name: CI/CD | ||
|
||
on: [push] | ||
|
||
################################## | ||
# Global environment variables # | ||
################################## | ||
env: | ||
AWS_OWNER_ACCOUNT_ID: ${{ secrets.AWS_OWNER_ACCOUNT_ID }} | ||
SLACK_HOOK_URL: ${{ secrets.SLACK_HOOK_URL }} | ||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} | ||
EB_APP_NAME: wemap-osrm-frontend | ||
|
||
permissions: | ||
id-token: write | ||
contents: read | ||
|
||
jobs: | ||
|
||
deploy: | ||
if: | | ||
startsWith(github.ref_name, 'dev-') || | ||
startsWith(github.ref_name, 'prod-') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
# - name: Configure AWS Credentials | ||
# uses: aws-actions/configure-aws-credentials@v2 | ||
# with: | ||
# role-to-assume: arn:aws:iam::${{secrets.AWS_OWNER_ACCOUNT_ID}}:role/wemap-osrm-backend | ||
# role-session-name: wemap-osrm-backend | ||
# aws-region: eu-west-1 | ||
|
||
- name: Install eb cli | ||
run: | | ||
pip install awsebcli --upgrade | ||
echo "PATH=$PATH:/.local/bin" >> $GITHUB_ENV | ||
- name: Setup Terragrunt | ||
uses: autero1/[email protected] | ||
with: | ||
terragrunt_version: 0.45.15 | ||
|
||
- name: Update infra | ||
env: | ||
CLOUDFLARE_DEV_ZONE_ID: ${{ secrets.CLOUDFLARE_DEV_ZONE_ID }} | ||
CLOUDFLARE_PROD_ZONE_ID: ${{ secrets.CLOUDFLARE_PROD_ZONE_ID }} | ||
ENVIRONMENT: ${{ github.ref_name }} | ||
run: | | ||
mkdir -p ~/.ssh; chmod go-rwx ~/.ssh | ||
ssh-keyscan github.com >> ~/.ssh/known_hosts | ||
eval `ssh-agent -s` | ||
ssh-add - <<< '${{ secrets.SSH_KEY_GITHUB_ACTIONS }}' | ||
cd infra/terraform | ||
./manage_infra.sh --deploy | ||
- name: Deploy to app to eb environment | ||
env: | ||
ENVIRONMENT: ${{ github.ref_name }} | ||
run: | | ||
zip -r $EB_APP_NAME-artifact.zip . --symlinks --exclude ".github/*" ".vscode/*" "act/*" "infra/*" ".git/*" "settings/*" | ||
eb deploy $EB_APP_NAME-$ENVIRONMENT --nohang | ||
notify: | ||
needs: | ||
- deploy | ||
if: | | ||
always() && | ||
(needs.deploy.result == 'success' || needs.deploy.result == 'failure') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Define branch and notification msg | ||
if: always() | ||
env: | ||
WORKFLOW_STATUS: ${{ job.status }} ${{ needs.deploy.result }} | ||
run: | | ||
if [[ "${{ github.ref_name }}" == *"prod"* ]]; then | ||
echo "CHANNEL_TAG=<!channel>" >> $GITHUB_ENV | ||
echo "SLACK_MSG="$(echo ${{ github.ref_name }} | cut -d "-" -f2-) profile has been deployed to PRODUCTION :rocket:"" >> $GITHUB_ENV | ||
elif [[ ${{ github.ref_name }} == *"dev"* ]]; then | ||
echo "ENVIRONMENT=DEVELOP" >> $GITHUB_ENV | ||
echo "SLACK_MSG="$(echo ${{ github.ref_name }} | cut -d "-" -f2-) profile has been deployed to DEVELOP :rocket:"" >> $GITHUB_ENV | ||
fi | ||
echo "WORKFLOW_STATUS=success" >> $GITHUB_ENV | ||
if ${{ contains(env.WORKFLOW_STATUS, 'failure') }}; then | ||
echo "WORKFLOW_STATUS=failure" >> $GITHUB_ENV | ||
echo "SLACK_MSG= unable to deployed profile ${{ github.ref_name }} :x:" >> $GITHUB_ENV | ||
fi | ||
- name: Slack Notification | ||
if: always() | ||
uses: rtCamp/action-slack-notify@v2 | ||
env: | ||
SLACK_CHANNEL: deployments-testing | ||
SLACK_COLOR: ${{ env.WORKFLOW_STATUS }} | ||
SLACK_ICON: https://s3-us-west-2.amazonaws.com/slack-files2/avatars/2022-10-11/4204602550962_14433d2bdcb7fb385ad2_72.png | ||
SLACL_LINK_NAMES: true | ||
SLACK_MESSAGE: "${{ env.CHANNEL_TAG }} ${{ github.event.head_commit.message }}" | ||
SLACK_TITLE: ${{ env.EB_APP_NAME }} pipeline ${{ env.WORKFLOW_STATUS }} ! ${{ env.SLACK_MSG }} | ||
SLACK_FOOTER: "Wemap notification system :love-wemap:" | ||
SLACK_USERNAME: Wemap-sentinel | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_HOOK_URL }} |
Oops, something went wrong.