We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f09053 commit 09b13c1Copy full SHA for 09b13c1
.github/workflows/rootfs.yml
@@ -80,7 +80,7 @@ jobs:
80
echo "ROOTFS_TIMECODE=$(date +%Y%m%d.0)" >> $GITHUB_ENV
81
- name: Copy files via scp to staging
82
if: ${{ env.ROOTFS_DESTINATION == 'staging' }}
83
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@v1
84
with:
85
host: ${{ secrets.STAGING_HOST }}
86
username: ${{ secrets.STAGING_USERNAME }}
@@ -91,7 +91,7 @@ jobs:
91
strip_components: 8
92
- name: Copy files via scp to production
93
if: ${{ env.ROOTFS_DESTINATION == 'production' }}
94
95
96
host: ${{ secrets.PRODUCTION_HOST }}
97
username: ${{ secrets.PRODUCTION_USERNAME }}
0 commit comments