Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 9ba0572

Browse files
authored
Update dev.yml
1 parent 6adf170 commit 9ba0572

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,10 @@ jobs:
1111
- uses: actions/checkout@v2.1.0
1212
with:
1313
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
2114
- name: FTP-Deploy-Action
2215
uses: SamKirkland/FTP-Deploy-Action@3.1.1
2316
with:
24-
ftp-server: sftp://51.222.31.214/var/www/dumbcode.net/dev
17+
ftp-server: sftp://51.222.31.214/var/www/dumbcode.net/public
2518
ftp-username: ubuntu
2619
ftp-password: ${{ secrets.FTP_PASSWORD }}
2720
known-hosts: ${{ secrets.FTP_KNOWN_HOSTS }}
28-
git-ftp-args: --all

0 commit comments

Comments
 (0)