Final CI/CD pipeline adjustments
All checks were successful
Build and deploy all / build (amiral.json, /var/www/amiral, amiral) (push) Successful in 43s
Build and deploy all / build (atlantis.json, /var/www/atlantis, atlantis) (push) Successful in 6m23s
Build and deploy all / build (harbor.json, /var/www/harbor, harbor) (push) Successful in 43s
Build and deploy all / deploy (amiral.json, /var/www/amiral, amiral) (push) Successful in 12s
Build and deploy all / deploy (atlantis.json, /var/www/atlantis, atlantis) (push) Successful in 11s
Build and deploy all / deploy (harbor.json, /var/www/harbor, harbor) (push) Successful in 11s
Build and deploy all / notify (push) Successful in 2s
All checks were successful
Build and deploy all / build (amiral.json, /var/www/amiral, amiral) (push) Successful in 43s
Build and deploy all / build (atlantis.json, /var/www/atlantis, atlantis) (push) Successful in 6m23s
Build and deploy all / build (harbor.json, /var/www/harbor, harbor) (push) Successful in 43s
Build and deploy all / deploy (amiral.json, /var/www/amiral, amiral) (push) Successful in 12s
Build and deploy all / deploy (atlantis.json, /var/www/atlantis, atlantis) (push) Successful in 11s
Build and deploy all / deploy (harbor.json, /var/www/harbor, harbor) (push) Successful in 11s
Build and deploy all / notify (push) Successful in 2s
This commit is contained in:
parent
4f09d1c7fb
commit
c0ed3d2d1d
1 changed files with 9 additions and 20 deletions
|
|
@ -1,17 +1,13 @@
|
||||||
x-site_matrix: &site_matrix
|
x-site_matrix: &site_matrix
|
||||||
- site: "test"
|
- site: "harbor"
|
||||||
dest: "/var/www/crashtest"
|
dest: /var/www/harbor
|
||||||
config_file: "test.json"
|
config_file: "harbor.json"
|
||||||
|
- site: "atlantis"
|
||||||
# - site: "harbor"
|
dest: /var/www/atlantis
|
||||||
# dest: /var/www/harbor
|
config_file: "atlantis.json"
|
||||||
# secret_key: "CONFIG_HARBOR"
|
- site: "amiral"
|
||||||
# - site: "atlantis"
|
dest: /var/www/amiral
|
||||||
# dest: /var/www/atlantis
|
config_file: "amiral.json"
|
||||||
# secret_key: "CONFIG_ATLANTIS"
|
|
||||||
# - site: "amiral"
|
|
||||||
# dest: /var/www/amiral
|
|
||||||
# secret_key: "CONFIG_AMIRAL"
|
|
||||||
|
|
||||||
name: Build and deploy all
|
name: Build and deploy all
|
||||||
on:
|
on:
|
||||||
|
|
@ -93,13 +89,6 @@ jobs:
|
||||||
uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
# env:
|
|
||||||
# SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
||||||
# run: |
|
|
||||||
# mkdir -p ~/.ssh
|
|
||||||
# echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
|
|
||||||
# chmod 600 ~/.ssh/id_ed25519
|
|
||||||
# ssh-keyscan -p ${{ secrets.SERVER_PORT }} -H ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts
|
|
||||||
|
|
||||||
- name: Download Artifact
|
- name: Download Artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue