Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored and GoliathLabs committed Mar 30, 2024
1 parent c7ccad8 commit 8bdf77a
Show file tree
Hide file tree
Showing 3 changed files with 39,348 additions and 154,788 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,43 +19,43 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build

- name: rsync deployments for map.ffmuc.net (build)
uses: burnett01/[email protected]
with:
switches: -avzr --delete --exclude .ssh
path: build/
remote_path: /srv/www/map.ffmuc.net/ # Remote-Pfad für die erste Konfiguration
remote_host: ${{ matrix.target }}.ext.ffmuc.net # Verwenden des gemeinsamen Targets
path: build/
remote_path: /srv/www/map.ffmuc.net/ # Remote-Pfad für die erste Konfiguration
remote_host: ${{ matrix.target }}.ext.ffmuc.net # Verwenden des gemeinsamen Targets
remote_user: deploy-map
remote_key: ${{ secrets.DEPLOY_KEY }}

- name: rsync deployments for map.ffmuc.net (config)
uses: burnett01/[email protected]
with:
switches: -avz
path: config-ffmuc.json
remote_path: /srv/www/map.ffmuc.net/config.json # Remote-Pfad für die zweite Konfiguration
remote_host: ${{ matrix.target }}.ext.ffmuc.net # Verwenden des gemeinsamen Targets
remote_path: /srv/www/map.ffmuc.net/config.json # Remote-Pfad für die zweite Konfiguration
remote_host: ${{ matrix.target }}.ext.ffmuc.net # Verwenden des gemeinsamen Targets
remote_user: deploy-map
remote_key: ${{ secrets.DEPLOY_KEY }}

- name: rsync deployments for map.freifunk-donau-ries.de (build)
uses: burnett01/[email protected]
with:
switches: -avzr --delete --exclude .ssh
path: build/
remote_path: /srv/www/map.freifunk-donau-ries.de/ # Remote-Pfad für die zweite Konfiguration
remote_host: ${{ matrix.target }}.ext.ffmuc.net # Verwenden des gemeinsamen Targets
remote_path: /srv/www/map.freifunk-donau-ries.de/ # Remote-Pfad für die zweite Konfiguration
remote_host: ${{ matrix.target }}.ext.ffmuc.net # Verwenden des gemeinsamen Targets
remote_user: deploy-map
remote_key: ${{ secrets.DEPLOY_KEY }}

- name: rsync deployments for map.freifunk-donau-ries.de (config)
uses: burnett01/[email protected]
with:
switches: -avz
path: config-ffdon.json
remote_path: /srv/www/map.freifunk-donau-ries.de/config.json # Remote-Pfad für die zweite Konfiguration
remote_host: ${{ matrix.target }}.ext.ffmuc.net # Verwenden des gemeinsamen Targets
remote_path: /srv/www/map.freifunk-donau-ries.de/config.json # Remote-Pfad für die zweite Konfiguration
remote_host: ${{ matrix.target }}.ext.ffmuc.net # Verwenden des gemeinsamen Targets
remote_user: deploy-map
remote_key: ${{ secrets.DEPLOY_KEY }}
Loading

0 comments on commit 8bdf77a

Please sign in to comment.