here's the link to a tutorial. https://youtu.be/kX6MLRc_Qmg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app: | |
url: https://fcskc-website.test | |
locale: en | |
debug: true | |
cms: | |
theme: fcskc-website | |
edgeUpdates: false | |
disableCoreUpdates: false | |
enableSafeMode: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Develop | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
steps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Put this in your code section in your layout | |
function onstart() { | |
$this['url_hasher'] = new class { | |
public function run($input) { | |
return md5($input); | |
} | |
}; | |
} |
NewerOlder