File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v4
1313
1414 - name : Record start time
15- id : start
16- run : echo "time=$(date +%s)" >> "$GITHUB_OUTPUT"
15+ run : echo "START_TIME=$(date +%s)" >> $GITHUB_ENV
1716
1817 - name : Notify Slack - Deploy Start
1918 env :
3837 key : ${{ secrets.PROD_SSH_KEY }}
3938 port : ${{ secrets.PROD_SSH_PORT }}
4039 source : /tmp/batch.tar.gz
40+ strip_components : 1
4141 target : ${{ secrets.PROD_DEPLOY_PATH }}
4242
4343 - name : Run deploy script via SSH
Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v4
1313
1414 - name : Record start time
15- id : start
16- run : echo "time=$(date +%s)" >> "$GITHUB_OUTPUT"
15+ run : echo "START_TIME=$(date +%s)" >> $GITHUB_ENV
1716
1817 - name : Notify Slack - Deploy Start
1918 env :
3837 key : ${{ secrets.STAGE_SSH_KEY }}
3938 port : ${{ secrets.STAGE_SSH_PORT }}
4039 source : /tmp/batch.tar.gz
40+ strip_components : 1
4141 target : ${{ secrets.STAGE_DEPLOY_PATH }}
4242
4343 - name : Run deploy script via SSH
You can’t perform that action at this time.
0 commit comments