Skip to content

Workflow file for this run

on: push
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.2
with:
server: apexcollisioncenters.com
username: admin@apexcollisioncenters.com
password: ${{ secrets.ftp_password }}
local-dir: ./dist/teleport-project-template-angular/
server-dir: ./public_html/