File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,19 @@ jobs:
40
40
npm run build:widget -- --base "https://cartobio-preprod.agencebio.org/notification-webcomponent/"
41
41
npm run build:widget-demo -- --base "https://cartobio-preprod.agencebio.org/notification-webcomponent/"
42
42
43
- - name : Install SSH Key
44
- uses : shimataro/ssh-key-action@v2
45
- with :
46
- key : ${{ secrets.AGENCEBIO_SSH_PRIVATE_KEY }}
47
- known_hosts : ${{ secrets.AGENCEBIO_SSH_KNOWN_HOSTS }}
43
+ - name: Install SSH Key
44
+ uses: shimataro/ssh-key-action@v2
45
+ with:
46
+ key: ${{ secrets.AGENCEBIO_SSH_PRIVATE_KEY }}
47
+ known_hosts: ${{ secrets.AGENCEBIO_PREPROD_SSH_KNOWN_HOSTS }}
48
48
49
- - name : rsync
50
- run : |
51
- rsync -avzr --delete --exclude 'node_modules' --exclude '.git*' ./dist/ ${REMOTE_USER}@${REMOTE_HOST}:${REMOTE_PATH}
52
- env :
53
- REMOTE_HOST : ${{ secrets.AGENCEBIO_SSH_HOST }}
54
- REMOTE_USER : ${{ secrets.AGENCEBIO_SSH_USERNAME }}
55
- REMOTE_PATH : /var/www/cartobio-preprod.agencebio.org/
49
+ - name: rsync
50
+ run: |
51
+ rsync -avzr --delete --exclude 'node_modules' --exclude '.git*' ./dist/ ${REMOTE_USER}@${REMOTE_HOST}:${REMOTE_PATH}
52
+ env:
53
+ REMOTE_HOST: ${{ secrets.AGENCEBIO_PREPROD_SSH_HOST }}
54
+ REMOTE_USER: ${{ secrets.AGENCEBIO_SSH_USERNAME }}
55
+ REMOTE_PATH: /var/www/cartobio-preprod.agencebio.org/
56
56
57
57
- id : version
58
58
run : echo v=$(node -p "require('./package.json').version") >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ jobs:
45
45
uses : shimataro/ssh-key-action@v2
46
46
with :
47
47
key : ${{ secrets.AGENCEBIO_SSH_PRIVATE_KEY }}
48
- known_hosts : ${{ secrets.AGENCEBIO_SSH_KNOWN_HOSTS }}
48
+ known_hosts : ${{ secrets.AGENCEBIO_PREPROD_SSH_KNOWN_HOSTS }}
49
49
50
50
- name : rsync
51
51
run : |
52
52
rsync -avzr --delete --exclude 'node_modules' --exclude '.git*' ./dist/ ${REMOTE_USER}@${REMOTE_HOST}:${REMOTE_PATH}
53
53
env :
54
- REMOTE_HOST : ${{ secrets.AGENCEBIO_SSH_HOST }}
54
+ REMOTE_HOST : ${{ secrets.AGENCEBIO_PREPROD_SSH_HOST }}
55
55
REMOTE_USER : ${{ secrets.AGENCEBIO_SSH_USERNAME }}
56
56
REMOTE_PATH : /var/www/cartobio-test.agencebio.org/
57
57
You can’t perform that action at this time.
0 commit comments