-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_tcp_server.sh -m ${{ secrets.MEMCACHED_HOST }} | ||
bash redeploy_tcp_server.sh -m ${{ secrets.CLOUD_MEMCACHED_HOST }} | ||
- name: Redeploy WebSockets | ||
if: ${{ inputs.redeploy_web_sockets || inputs.redeploy_all }} | ||
uses: appleboy/[email protected] | ||
|
@@ -73,7 +73,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_websocket_server.sh -m ${{ secrets.MEMCACHED_HOST }} -s ${{ secrets.API_SECRET }} -i ${{ secrets.MEASUREMENT_ID }} | ||
bash redeploy_websocket_server.sh -m ${{ secrets.CLOUD_MEMCACHED_HOST }} -s ${{ secrets.API_SECRET }} -i ${{ secrets.MEASUREMENT_ID }} | ||
- name: Redeploy Update Server (bin list) | ||
if: ${{ inputs.redeploy_update_server || inputs.redeploy_all }} | ||
uses: appleboy/[email protected] | ||
|
@@ -86,7 +86,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_update_server.sh -s '/root/ukraine_alarm_map/bin' -sb '/root/ukraine_alarm_map/bin_beta' -m ${{ secrets.MEMCACHED_HOST }} | ||
bash redeploy_update_server.sh -s '/root/ukraine_alarm_map/bin' -sb '/root/ukraine_alarm_map/bin_beta' -m ${{ secrets.CLOUD_MEMCACHED_HOST }} | ||
- name: Redeploy Web Server | ||
if: ${{ inputs.redeploy_web_server || inputs.redeploy_all }} | ||
uses: appleboy/[email protected] | ||
|
@@ -99,7 +99,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_web_server.sh -d ${{ secrets.WEB_TOKEN }} -p 80 -m ${{ secrets.MEMCACHED_HOST }} | ||
bash redeploy_web_server.sh -d ${{ secrets.WEB_TOKEN }} -p 80 -m ${{ secrets.CLOUD_MEMCACHED_HOST }} | ||
- name: Redeploy Weather | ||
if: ${{ inputs.redeploy_weather || inputs.redeploy_all }} | ||
uses: appleboy/[email protected] | ||
|
@@ -112,7 +112,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_weather.sh -w ${{ secrets.WEATHER_TOKEN }} -m ${{ secrets.MEMCACHED_HOST }} | ||
bash redeploy_weather.sh -w ${{ secrets.WEATHER_TOKEN }} -m ${{ secrets.CLOUD_MEMCACHED_HOST }} | ||
- name: Redeploy Updater | ||
if: ${{ inputs.redeploy_updater || inputs.redeploy_all }} | ||
uses: appleboy/[email protected] | ||
|
@@ -125,7 +125,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_updater.sh -m ${{ secrets.MEMCACHED_HOST }} | ||
bash redeploy_updater.sh -m ${{ secrets.CLOUD_MEMCACHED_HOST }} | ||
- name: Redeploy Svg Generator | ||
if: ${{ inputs.redeploy_svg_generator || inputs.redeploy_all }} | ||
uses: appleboy/[email protected] | ||
|
@@ -138,7 +138,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_svg_generator.sh -m ${{ secrets.MEMCACHED_HOST }} | ||
bash redeploy_svg_generator.sh -m ${{ secrets.CLOUD_MEMCACHED_HOST }} | ||
- name: Redeploy Etryvoga | ||
if: ${{ inputs.redeploy_etryvoga || inputs.redeploy_all }} | ||
uses: appleboy/[email protected] | ||
|
@@ -151,7 +151,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_etryvoga.sh -e ${{ secrets.ETRYVOGA_HOST }} -ed ${{ secrets.ETRYVOGA_DISTRICTS_HOST }} -m ${{ secrets.MEMCACHED_HOST }} | ||
bash redeploy_etryvoga.sh -e ${{ secrets.ETRYVOGA_HOST }} -ed ${{ secrets.ETRYVOGA_DISTRICTS_HOST }} -m ${{ secrets.CLOUD_MEMCACHED_HOST }} | ||
- name: Redeploy Alerts | ||
if: ${{ inputs.redeploy_alerts || inputs.redeploy_all }} | ||
uses: appleboy/[email protected] | ||
|
@@ -164,7 +164,7 @@ jobs: | |
git fetch --all | ||
git switch ${{ github.ref_name }} | ||
git pull | ||
bash redeploy_alerts.sh -a ${{ secrets.AIR_ALARM_API_KEY }} -p 2 -m ${{ secrets.MEMCACHED_HOST }} | ||
bash redeploy_alerts.sh -a ${{ secrets.AIR_ALARM_API_KEY }} -p 2 -m ${{ secrets.CLOUD_MEMCACHED_HOST }} | ||
- name: Clear unused images | ||
uses: appleboy/[email protected] | ||
with: | ||
|
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