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

This commit is contained in:
Gu://em_ 2026-03-30 23:41:03 +02:00
parent 4f09d1c7fb
commit c0ed3d2d1d

View file

@ -1,17 +1,13 @@
x-site_matrix: &site_matrix
- site: "test"
dest: "/var/www/crashtest"
config_file: "test.json"
# - site: "harbor"
# dest: /var/www/harbor
# secret_key: "CONFIG_HARBOR"
# - site: "atlantis"
# dest: /var/www/atlantis
# secret_key: "CONFIG_ATLANTIS"
# - site: "amiral"
# dest: /var/www/amiral
# secret_key: "CONFIG_AMIRAL"
- site: "harbor"
dest: /var/www/harbor
config_file: "harbor.json"
- site: "atlantis"
dest: /var/www/atlantis
config_file: "atlantis.json"
- site: "amiral"
dest: /var/www/amiral
config_file: "amiral.json"
name: Build and deploy all
on:
@ -93,13 +89,6 @@ jobs:
uses: https://github.com/webfactory/ssh-agent@v0.9.0
with:
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
uses: actions/download-artifact@v3