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 6adf170 commit 9ba0572Copy full SHA for 9ba0572
1 file changed
.github/workflows/dev.yml
@@ -11,18 +11,10 @@ jobs:
11
- uses: actions/checkout@v2.1.0
12
with:
13
fetch-depth: 2
14
- - name: Create-CSS
15
- run: touch ./css/bulma.css
16
- - name: Compile-CSS
17
- uses: gha-utilities/sass-build@v0.2.5
18
- with:
19
- source: ./css/bulma.scss
20
- destination: ./css/bulma.css
21
- name: FTP-Deploy-Action
22
uses: SamKirkland/FTP-Deploy-Action@3.1.1
23
24
- ftp-server: sftp://51.222.31.214/var/www/dumbcode.net/dev
+ ftp-server: sftp://51.222.31.214/var/www/dumbcode.net/public
25
ftp-username: ubuntu
26
ftp-password: ${{ secrets.FTP_PASSWORD }}
27
known-hosts: ${{ secrets.FTP_KNOWN_HOSTS }}
28
- git-ftp-args: --all
0 commit comments