fix CI deploy
Tests & Lint & Deploy to Railway / deploy (push) Successful in 3s
Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 3s
Details
This commit is contained in:
parent
6439e6b80a
commit
8dbef98bc4
|
@ -72,4 +72,6 @@ jobs:
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: ls -al
|
script: |
|
||||||
|
ls -al
|
||||||
|
cd mydir
|
||||||
|
|
Loading…
Reference in New Issue